Minor textprop integer cleanup.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Feb 2013 03:09:08 +0000 (19:09 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Feb 2013 03:09:08 +0000 (19:09 -0800)
commit28683756e7c2fe2ed5833535d0daadc8515777c3
tree7127047ee6f180bb5db5adb2462dd17360addfd5
parentb97d196569b254192c22b180f809917dc0b42b8e
Minor textprop integer cleanup.

* intervals.h, textprop.c (add_text_properties_from_list):
Return void, not int, since nobody uses the return value.
* textprop.c (validate_plist, add_properties, remove_properties)
(Fadd_text_properties):
Don't assume list length fits in int.
(interval_has_all_properties, interval_has_some_properties)
(interval_has_some_properties_list, add_properties, remove_properties)
(Fadd_text_properties, Fremove_text_properties)
(Fremove_list_of_text_properties, text_property_stickiness):
Use bool for booleans.
(Fadd_text_properties, Fremove_text_properties):
(Fremove_list_of_text_properties):
Reindent do-while as per GNU style.
src/ChangeLog
src/intervals.h
src/textprop.c